home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Environments / Clean 1.2.4 / Clean Help / Clean Help.rsrc / STR#_10012.txt < prev    next >
Encoding:
Text File  |  1997-06-20  |  905 b   |  47 lines

  1. 
  2.  
  3. xThe Concurrent Clean Compiler
  4.  
  5. 
  6.  
  7. The Concurrent Clean compiler compiles an implementation module to
  8.  
  9. ABC-code.
  10.  
  11. 
  12.  
  13. 
  14.  
  15. It performs syntactical and semantical checks (see the Clean Reference
  16.  
  17. Manual). The corresponding definition module is also checked, as well as
  18.  
  19. the consistency between definition and implementation module. Errors are
  20.  
  21. reported in the Errors window.
  22.  
  23. 
  24.  
  25. (Uniqueness) type information is inferred and checked. Strictness
  26.  
  27. information is inferred with help of the built-in strictness analyser. On
  28.  
  29. demand, the type and strictness information is displayed in the Types
  30.  
  31. window.
  32.  
  33. 
  34.  
  35. If no errors are found, ABC-code is generated. For each .icl module a file
  36.  
  37. .abc will be created in the corresponding Clean System Files folder. This
  38.  
  39. code is input for the Code Generator to build an application.
  40.  
  41. 
  42.  
  43. The Clean Compiler currently produces only sequential code.
  44.  
  45. 
  46.  
  47.